projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d05098
)
Fix typo that broke non-Windows builds.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 7 Apr 2012 15:15:22 +0000
(08:15 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 7 Apr 2012 15:15:22 +0000
(08:15 -0700)
* xml.c (libxml2_loaded_p) [!!WINDOWSNT]: 'inine' -> 'inline'.
src/ChangeLog
patch
|
blob
|
history
src/xml.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 15a75fc6706ecaae2de7d780aaa71026ac767a3f..e5da93172025bde1d2dcd38eb1b651920a0893e9 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,8
@@
+2012-04-07 Paul Eggert <eggert@cs.ucla.edu>
+
+ Fix typo that broke non-Windows builds.
+ * xml.c (libxml2_loaded_p) [!!WINDOWSNT]: 'inine' -> 'inline'.
+
2012-04-07 Eli Zaretskii <eliz@gnu.org>
Support building on MS-Windows with libxml2.
diff --git
a/src/xml.c
b/src/xml.c
index 7be8613f74aa673fdf4cc0b30ac1aa0374244146..d8dc06772523576fd6e0d1b7f157ace6106af17d 100644
(file)
--- a/
src/xml.c
+++ b/
src/xml.c
@@
-73,7
+73,7
@@
libxml2_loaded_p (void)
#define fn_xmlCleanupParser xmlCleanupParser
#define fn_xmlCheckVersion xmlCheckVersion
-static inine int
+static in
l
ine int
libxml2_loaded_p (void)
{
return 1;